3.9.16 \(\int x^{3/2} (a+b x^2+c x^4)^2 \, dx\)

Optimal. Leaf size=64 \[ \frac {2}{5} a^2 x^{5/2}+\frac {2}{13} x^{13/2} \left (2 a c+b^2\right )+\frac {4}{9} a b x^{9/2}+\frac {4}{17} b c x^{17/2}+\frac {2}{21} c^2 x^{21/2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 64, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {1108} \begin {gather*} \frac {2}{5} a^2 x^{5/2}+\frac {2}{13} x^{13/2} \left (2 a c+b^2\right )+\frac {4}{9} a b x^{9/2}+\frac {4}{17} b c x^{17/2}+\frac {2}{21} c^2 x^{21/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(3/2)*(a + b*x^2 + c*x^4)^2,x]

[Out]

(2*a^2*x^(5/2))/5 + (4*a*b*x^(9/2))/9 + (2*(b^2 + 2*a*c)*x^(13/2))/13 + (4*b*c*x^(17/2))/17 + (2*c^2*x^(21/2))
/21

Rule 1108

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d*x)^m*(a
 + b*x^2 + c*x^4)^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[p, 0] &&  !IntegerQ[(m + 1)/2]

Rubi steps

\begin {align*} \int x^{3/2} \left (a+b x^2+c x^4\right )^2 \, dx &=\int \left (a^2 x^{3/2}+2 a b x^{7/2}+\left (b^2+2 a c\right ) x^{11/2}+2 b c x^{15/2}+c^2 x^{19/2}\right ) \, dx\\ &=\frac {2}{5} a^2 x^{5/2}+\frac {4}{9} a b x^{9/2}+\frac {2}{13} \left (b^2+2 a c\right ) x^{13/2}+\frac {4}{17} b c x^{17/2}+\frac {2}{21} c^2 x^{21/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 66, normalized size = 1.03 \begin {gather*} 2 \left (\frac {1}{5} a^2 x^{5/2}+\frac {1}{13} x^{13/2} \left (2 a c+b^2\right )+\frac {2}{9} a b x^{9/2}+\frac {2}{17} b c x^{17/2}+\frac {1}{21} c^2 x^{21/2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(3/2)*(a + b*x^2 + c*x^4)^2,x]

[Out]

2*((a^2*x^(5/2))/5 + (2*a*b*x^(9/2))/9 + ((b^2 + 2*a*c)*x^(13/2))/13 + (2*b*c*x^(17/2))/17 + (c^2*x^(21/2))/21
)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.03, size = 62, normalized size = 0.97 \begin {gather*} \frac {2 \left (13923 a^2 x^{5/2}+15470 a b x^{9/2}+10710 a c x^{13/2}+5355 b^2 x^{13/2}+8190 b c x^{17/2}+3315 c^2 x^{21/2}\right )}{69615} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[x^(3/2)*(a + b*x^2 + c*x^4)^2,x]

[Out]

(2*(13923*a^2*x^(5/2) + 15470*a*b*x^(9/2) + 5355*b^2*x^(13/2) + 10710*a*c*x^(13/2) + 8190*b*c*x^(17/2) + 3315*
c^2*x^(21/2)))/69615

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 49, normalized size = 0.77 \begin {gather*} \frac {2}{69615} \, {\left (3315 \, c^{2} x^{10} + 8190 \, b c x^{8} + 5355 \, {\left (b^{2} + 2 \, a c\right )} x^{6} + 15470 \, a b x^{4} + 13923 \, a^{2} x^{2}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(3/2)*(c*x^4+b*x^2+a)^2,x, algorithm="fricas")

[Out]

2/69615*(3315*c^2*x^10 + 8190*b*c*x^8 + 5355*(b^2 + 2*a*c)*x^6 + 15470*a*b*x^4 + 13923*a^2*x^2)*sqrt(x)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 46, normalized size = 0.72 \begin {gather*} \frac {2}{21} \, c^{2} x^{\frac {21}{2}} + \frac {4}{17} \, b c x^{\frac {17}{2}} + \frac {2}{13} \, b^{2} x^{\frac {13}{2}} + \frac {4}{13} \, a c x^{\frac {13}{2}} + \frac {4}{9} \, a b x^{\frac {9}{2}} + \frac {2}{5} \, a^{2} x^{\frac {5}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(3/2)*(c*x^4+b*x^2+a)^2,x, algorithm="giac")

[Out]

2/21*c^2*x^(21/2) + 4/17*b*c*x^(17/2) + 2/13*b^2*x^(13/2) + 4/13*a*c*x^(13/2) + 4/9*a*b*x^(9/2) + 2/5*a^2*x^(5
/2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 49, normalized size = 0.77 \begin {gather*} \frac {2 \left (3315 c^{2} x^{8}+8190 b c \,x^{6}+10710 a c \,x^{4}+5355 b^{2} x^{4}+15470 a b \,x^{2}+13923 a^{2}\right ) x^{\frac {5}{2}}}{69615} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(3/2)*(c*x^4+b*x^2+a)^2,x)

[Out]

2/69615*x^(5/2)*(3315*c^2*x^8+8190*b*c*x^6+10710*a*c*x^4+5355*b^2*x^4+15470*a*b*x^2+13923*a^2)

________________________________________________________________________________________

maxima [A]  time = 1.16, size = 44, normalized size = 0.69 \begin {gather*} \frac {2}{21} \, c^{2} x^{\frac {21}{2}} + \frac {4}{17} \, b c x^{\frac {17}{2}} + \frac {2}{13} \, {\left (b^{2} + 2 \, a c\right )} x^{\frac {13}{2}} + \frac {4}{9} \, a b x^{\frac {9}{2}} + \frac {2}{5} \, a^{2} x^{\frac {5}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(3/2)*(c*x^4+b*x^2+a)^2,x, algorithm="maxima")

[Out]

2/21*c^2*x^(21/2) + 4/17*b*c*x^(17/2) + 2/13*(b^2 + 2*a*c)*x^(13/2) + 4/9*a*b*x^(9/2) + 2/5*a^2*x^(5/2)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 45, normalized size = 0.70 \begin {gather*} x^{13/2}\,\left (\frac {2\,b^2}{13}+\frac {4\,a\,c}{13}\right )+\frac {2\,a^2\,x^{5/2}}{5}+\frac {2\,c^2\,x^{21/2}}{21}+\frac {4\,a\,b\,x^{9/2}}{9}+\frac {4\,b\,c\,x^{17/2}}{17} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(3/2)*(a + b*x^2 + c*x^4)^2,x)

[Out]

x^(13/2)*((4*a*c)/13 + (2*b^2)/13) + (2*a^2*x^(5/2))/5 + (2*c^2*x^(21/2))/21 + (4*a*b*x^(9/2))/9 + (4*b*c*x^(1
7/2))/17

________________________________________________________________________________________

sympy [A]  time = 12.36, size = 70, normalized size = 1.09 \begin {gather*} \frac {2 a^{2} x^{\frac {5}{2}}}{5} + \frac {4 a b x^{\frac {9}{2}}}{9} + \frac {4 a c x^{\frac {13}{2}}}{13} + \frac {2 b^{2} x^{\frac {13}{2}}}{13} + \frac {4 b c x^{\frac {17}{2}}}{17} + \frac {2 c^{2} x^{\frac {21}{2}}}{21} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(3/2)*(c*x**4+b*x**2+a)**2,x)

[Out]

2*a**2*x**(5/2)/5 + 4*a*b*x**(9/2)/9 + 4*a*c*x**(13/2)/13 + 2*b**2*x**(13/2)/13 + 4*b*c*x**(17/2)/17 + 2*c**2*
x**(21/2)/21

________________________________________________________________________________________